Newbie question about event listeners

I have a button on several frames of a proect. It has the same instance name on each frame currently, but Id like the button to call different functions when clicked on the different frames. It seems AS keeps the listeners for the buttons from previous frames. Is there a way for AS to not call each function from previous frames with the buttons on them without adding a removeEventListener to the functions?