Erasing Unclosed shape using removeMovieClip

hi ,

when creating i am using like this

///////////////////
mcName1 = (mcName1 != undefined ? mcName1 : (“part_”+movieCount+"_mccc"));
_root.content_mc.createEmptyMovieClip(mcName1, movieCount);

//…

for deleting i am using like this

removeMovieClip(mcName1);

/////////////////////////////////////

Is this right or how to delete the Movie ???

Thanks in Advance…

friendly
Denesh