How to hide Communication Preferences
You can hide Communication Preferences from the My Account tab with a filter. To accomplish this, add a filter to functions.php file:
add_filter( 'shopmagic/core/communication_type/account_page_show', '__return_false' );