File Character Renaming

I have a file name that is 1234567890-Another-Silly-question-page-1.png How do I set up the program to return 1234567890-.png. Sometimes the numbers are 9 digits, sometimes 10, but are always folloved by "-".
Reply to #1:

Hi Mike,

One replace method:

Replace: -*
With: -
Occurrence: All
Case sens.: no
Reg. Expr.: no
Apply to: Name

Replace method in user guide: https://www.advancedrenamer.com/user_guide/v4/method_replace

Best,
DF