If you are using the free version of WPDM, and the default template, please edit the page-template-default.php file. you can edit it from the download-manager\src\Package\views\page-templates dir. Remove the following line of code from the file:
<li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:create_date]">
[txt=Create Date]
<span class="badge">[create_date]</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:update_date]">
[txt=Last Updated]
<span class="badge">[update_date]</span>
</li>
please check and let me know, if it helps you. Also, don’t forget to keep a backup before editing the file.
Thank you and regards