AdSense: Eliminar el texto 'ADVERTISEMENT'

Please can you advise how to remove the ‘ADVERTISEMENT’ text that appears when I add Adsense code.

Thank you!

Admin - Customize - Text Content - js.adplugin.advertisement_label
Edit - (Empty) - Save

I’m getting this message:

I’m sorry, I didn’t realize it couldn’t be empty.

You can put some CSS in a theme component to hide it:

.google-adsense-label {
  display: none;
}

should work.

Worked. Thank you.

For the newbies like me:

Admin/Customize/Themes (select your active theme)/Edit CSS/CSS.

Pop the code in there.