Vi global replace command

I am wondering what way, I can remove a certain text with nothing.

for example:

MyVariable=Y7UHNI

to only:

Y7UHNI

removing 'MyVariable=' globally?

thanks

:%s/MyVariable=//g