Hello @matt_nelsen
vendor/magento/module-payment/view/frontend/templates/info/default.phtml responsilble for this.
if you need only payment method title then keep only
<dt class="title"><?= /* @noEscape */ $title ?></dt>
and remove other code.
If it is custom payment method then you need to find related info block and then neeed to remove it.
If help you then mark as a solution
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer