Hello @topabunmi
To remove the arrow in the menu section that indicates the submenu use below given CSS.
For this go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.
.main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after {
content: none;
}
Hope this helps.
Best Regards!!
Have a good day .