Hi,
RSS links can not remove in the theme options. If you don’t like it, you need to edit sidebar.php by editor:
Open sidebar.php, find following code and delete:
<a class="rss <?php echo $rss_text;?>" href="<?php if($zbench_options['rss_url'] != '') { echo($zbench_options['rss_url']); } else { bloginfo('rss2_url'); } ?>" rel="bookmark" title="<?php _e('RSS Feed', 'zbench'); ?>"><?php _e('RSS Feed', 'zbench'); ?></a>
(line 8)
OR remove all social links area, delete <div id="rss_border">...</div>
(line 2~27)