Hi
Have you tried to edit the footer.php?
I don't know this theme yet but I hear you can delete either a few lines in footer.php or functions.php, depending on the theme you're using. Do make a backup beforehand, though. See if you can find anything that looks familiar in the first third in footer.php, or somewhere after line 100 in functions.php. Look for something like this:
Code:
118 function footer_output($footer_content) {
119 return $footer_content;
120 }
The line numbers can vary between the different themes, and again: please do make a backup before you edit the *.php-files.
Good luck!