I’ve found a solution though it involves a bit of code:
As of WPtouch Version 1.9.39, go to :
wp-content/plugins/wptouch/themes/default/style.css
and add:
#follow.right {
display: none !important;
}
If your share and follow bar is on the left, use:
#follow.left{
display: none !important;
}