Does a mc waste memory if

if I don’t add it on the stage?
I’m doing a horizontal scrolling menu where the icons that are outside of the stage are not added to the stage at first, but I do give them x and y positions, and event listeners, does that waste memory? Is it better to remove the whole reference when they’re not on?