stimulus Hi
I suggest you add a new page class + add css rule for it + add into the menu item you want to hide this sharing feature.
For example:
Remember to add a space before the class name and add this custom css:
.view-article.noSharing .share-social {
display: none;
}