I’m sorry that I’m not quite understand, did you mean you want to remove the previous event and only display the next event?
If my understanding is correct, you can try to add the following custom CSS into “Samsara options > Custom Code > Custom CSS”
.post_navi .next{display:none;}
Thanks