Hi, tried
if( get_option( 'jr_sharethis_id' ) && is_single() )
add_action( 'wp_head', 'jr_sharethis_head' );
It works and removes it from the head section of the site but also removes it from every other page including the single posts, i cant understand why the code i mentioned did not work and your suggestion also should work.
I have used the is_front_page to remove the home link from the home page and that works fine!
so any other suggestions much appreciated.
Thanks