Thanks, Chris. I don't want to remove the footer completely, just the Bandana and WordPress information.
I have looked for the bandana_footer() function and don't see it.
UPDATE: I found it in the utilities.php file. This wasn't one of the files listed on the WordPress Edit Themes page. Here's the line in case anyone is interested:
<a href="<?php echo $bandana_theme_data['ThemeURI']; ?>" title="Bandana Theme">Bandana Theme</a> ⋅ <?php _e( 'Powered by', 'bandana' ); ?> <a href="http://wordpress.org/" title="WordPress">WordPress</a>
Thank you!