Cannot remove eventlistener?

I have this structure for my code :

A{ {X} {Y1} {B{Z}Y2} }

Y1 contains addEventListener to buttonA and Y2 contains removeEventListener from buttonA,but why Y2 won’t work,so the eventlistener cannot be removed?

thanks.