Create a sparse file of the same size and recreate the removed pool:
truncate -s 1T /root/sparsefile zpool create -f -m /mnt/zombiepool zombiepool /root/sparsefile
Export/Disconnect the pool in GUI. Then use the command below to delete the sparse file.
rm /root/sparsefile