Yes. You can remove the date from the blog post by following the instruction below:
1) Activate child theme.
2) Please go to appearance->editor->style.css
3) Add the below code:
.home .news__item .news__date {
display: none;
}
4) Save the file.