Find "blogger-pager" in your template:
#blog-pager-newer-link {
padding: 5px;
float: left; color:#000;
}
#blog-pager-older-link {
padding: 5px;
float: right; color:#000;
}
and replace them with:#blog-pager-newer-link {
display:none;
}
#blog-pager-older-link {
display:none;
}
Depending on the template that you are using, there might be more of these that you have to disable.