Open your index.php file and find following code:
And add following code to above:
This will remove navigation only from index.php.
Code:
eval("\$index = \"".$templates->get("index")."\";");
And add following code to above:
Code:
$header = str_replace("<navigation>", "", $header);
This will remove navigation only from index.php.