That will require a file edit, open the file,
vb/ckeditor.php and find the following:
Code:
$toolbar[] = array('Table', 'TableProperties', 'DeleteTable', '-', 'InsertRowBefore', 'InsertRowAfter', 'DeleteRow', '-', 'InsertColumnBefore', 'InsertColumnAfter', 'DeleteColumn', '-', 'Subscript', 'Superscript', 'HorizontalRule', 'PageBreak', 'PreviewBreak');
And replace it with this:
Code:
$toolbar[] = array('Subscript', 'Superscript', 'HorizontalRule', 'PageBreak', 'PreviewBreak');
Note, that is in there twice, around lines, 321 and 345