Hi @puresethalcyon,
Unfortunately, we do not yet have options to hide the avatar via the WordPress Customizer.
Do you want to hide the only the avatar or the complete the user menu?
To only hide the avatar, simply add the following code snippet to your website:
.menu-item--profile {
display: none !important;
}
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.
Regards,