Depends. In Firefly's Fast Reply, go to the showthread_replybox template, in most others go to the showthread template, and change this:
PHP Code:
<input type="hidden" name="signature" value="yes">
to this:
PHP Code:
<input type="hidden" name="signature" value="">
I believe thats how to do it. If that doesnt work, you can also change it to this:
PHP Code:
<input type="hidden" name="signature" value="no">