Well, my bad then.
I figured out how to remove the Home Top Feature Heading.
Remove the following from the front-page.php file in your theme.
<!-- /.slide-content -->
<?php if ( inkthemes_get_option('colorway_slideimage1') !='' ) {?>
<div class="slide-image fl"><img src="<?php echo inkthemes_get_option('colorway_slideimage1'); ?>" class="slide-img" alt="Slide 1"/> </div>
<?php } else { ?>
<div class="slide-image fl"><img src="<?php echo get_template_directory_uri(); ?>/images/slide-img-1.jpg" class="slide-img" alt="Slide 1"/> </div>
<?php } ?>
<!-- /.slide-image -->
[Please post code snippets between backticks or use the code button.]
If you want to remove the text within that header you will have to remove that also in the front-page.php file. But you can obviously change this text in your theme options.