In response to your removal problem, removeMovieClip() only works with clips created in actionscript, such as using the attachMovie() function.
As for your second problem, this is because you have multiple movie clips with the same instance name. You probably gave the first movie clip an instance name and then copied the clip, without changing it. But for what you are doing, you do not need an instance name at all, so leave the clips unnamed.