Dear jmarcv,
You can set ShowWordCounth to false:
<?php
$editor=new CuteEditor();
$editor->ID="Editor1";
$editor->Text="Type Here";
$editor->ShowWordCount=false;
$editor->Draw();
$editor=null;
//use $_POST["Editor1"]to retrieve the data
?>
Thanks for asking