You just need to remove the node from it's own seeds list so it can bootstrap itself back into the cluster. Otherwise, it will immediately join the cluster without streaming data from other replicas.
If you intend to promote it back as a seed node, you don't need to remove it from the seeds list of other nodes in the cluster. Cheers!