You can active module in position "slideshow". But you must modify something.
Edit templates/jf_calla-exteriors/index.php, modify:
<div id="jf-slideshow" class="jf-slideshow">
<div class="main clearfix">
...
</div>
</div>
to:
<div id="jf-slideshow" class="jf-slideshow">
...
</div>
Edit templates/jf_calla-exteriors/css/template.css, comment like this:
/*#jf-slideshow .main a, */.moduleCustomLink {
...
}
Edit templates/jf_calla-exteriors/scripts/js/callaexteriors.js, find and comment sizeBanner(); function:
joomfreak