Hi Clesmalo,
We have documentations but it is more specific on how to use features available in our theme. Yes, you can remove the link via child theme. You have to edit this function cleanretina_featured_post_slider in Clean Retina->Library->structure->header-extensions.php for removing the link.
You can turn off the slider title using this Custom CSS
.featured-text span{
display:none;
}
for turning off both title and content
.featured-text{
display:none;
}
but currently you cannot turn off only content using custom css
Rabin