@ Daniel
You can use CSS to hide it. Here’s the CSS you need use. I recommend adding it to the theme’s custom CSS area.
.cn-last-updated { display: none; }
Hope that helps!