Your theme is Comment Central
Goto Appearance>>Editor
on your wordpress dashboard and edit the file “suckerfish.php” It on the list of files shown on the right.
The code would be
<div id="suckerfishnav">
<?php wp_list_pages('title_li='); ?>
<li><a href="#">Archives</a>
<ul>
<?php wp_get_archives(); ?>
</ul>
</li>
<li><a href="#">Categories</a>
<ul>
<?php wp_list_categories('title_li='); ?>
</ul>
</li>
</div>
You need to remove
<li><a href="#">Archives</a>
<ul>
<?php wp_get_archives(); ?>
</ul>
</li>
<li><a href="#">Categories</a>
<ul>
<?php wp_list_categories('title_li='); ?>
</ul>
</li>
Now your code would be
<div id="suckerfishnav">
<?php wp_list_pages('title_li='); ?>
</div>
The link to your editor is
https://www.muskat.co.za/timeoutbookings/wp-admin/theme-editor.php?file=/themes/comment-central/suckerfish.php&theme=Comment-central&dir=theme