You can remove the Thesis footer or attribution only if you have the developers license to Thesis. Removing the footer link is real easy. Just add the following lines of code to the custom_functions.php.
/* Remove Thesis footer link*/
remove_action(‘thesis_hook_footer’, ‘thesis_attribution’);
(Remember to always backup your custom_functions.php before you modify the file.)
That’s it!