Removing the Social Icons can be done by using some custom CSS. This feature is exclusive to Premium members.
If you would like to remove the Social Icons from your website, navigate to:
Website Builder > Customize Theme > Design > Custom CSS
Enter the following code into the Custom CSS section and then click Publish:
.project-s-icons {
display: none;
}