What is the code to remove AttachMovie?

I am using attachmovie AS like so:

on (rollOver) {
holder.attachMovie(“mc_see”, “s”, 0);
}

What is the AS to remove the clip from the holder on mouse out? (so that it does not stay when mouse over other buttons)